Read(Byte[],Int32) Method
Reads the structure content from a byte array.
'Declaration
Public Overloads Function Read( _
ByVal () As Byte, _
ByVal As Integer _
) As Integer
'Usage
Dim instance As DataLabExt
Dim buffer() As Byte
Dim offset As Integer
Dim value As Integer
value = instance.Read(buffer, offset)
Parameters
- buffer
- The source byte array.
- offset
- The offset in source which indicates the starting location of biff record.
Return Value
The starting point of the next biff record.